home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / chip-cd_2005_03d.zip / 03d / Multimedia / Picasa 2 / picasa2-setup-1877.exe / web / TemplateNotes.txt < prev    next >
Text File  |  2004-11-01  |  634b  |  37 lines

  1.  
  2. The following variables will be active for any page:
  3.  
  4. albumNumber
  5. albumName
  6. albumCaption
  7. albumDate
  8. albumItemCount
  9.  
  10.  
  11. Within an image loop, the following variables will be active in addition to the album variables above:
  12.  
  13. itemNumber
  14. itemName
  15. itemOriginalPath
  16. itemWidth
  17. itemHeight
  18. itemSize (in K)
  19. itemThumbnailImage
  20. itemLargeImage
  21.  
  22. Conditional variables
  23. isNextImage
  24. isPrevImage
  25.  
  26. Conditionals are used like so
  27. <%if isNextImage%>Some HTML goes here<%endif>
  28.  
  29. Templates are like so:
  30.  
  31. index.tpl -> index.htm
  32.     include header.htm
  33.     include index0.htm
  34.     loop index1.htm
  35.     include index2.htm
  36.     include footer.htm
  37.